Skip to content

Conversation

tomchy
Copy link
Contributor

@tomchy tomchy commented Jul 31, 2025

Add a possibility to specify VID and CID for each MCUboot image and pass it to the imgtool.

This PR is linked with the following changes in MCUboot: mcu-tools/mcuboot#2409

tejlmand
tejlmand previously approved these changes Sep 1, 2025
Add a possibility to specify VID and CID for each MCUboot image and pass
it to the imgtool.

Signed-off-by: Tomasz Chyrowicz <[email protected]>
@tomchy tomchy force-pushed the feature/bootutil/NCSDK-34175_Add_vid_cid_support_upstream branch from c6d45d6 to 59faed3 Compare September 2, 2025 12:07
Copy link

sonarqubecloud bot commented Sep 2, 2025

@tomchy tomchy requested a review from tejlmand September 2, 2025 12:57
Comment on lines +123 to +137
config MCUBOOT_IMGTOOL_UUID_VID
bool "Append vendor unique identifier TLV"
help
If enabled, --vid option passed to imgtool with the value set by
the MCUBOOT_IMGTOOL_UUID_VID_NAME option.

config MCUBOOT_IMGTOOL_UUID_VID_NAME
string "Vendor UUID"
depends on MCUBOOT_IMGTOOL_UUID_VID
help
The vendor unique identifier.
The following formats are supported:
- Domain name (i.e. amce.corp)
- Raw UUID (i.e. 12345678-1234-5678-1234-567812345678)
- Raw HEX UUID (i.e. 12345678123456781234567812345678)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would be good also to have this in sysbuild so it can be set in both mcuboot and application directly

@kartben kartben merged commit 7c1a74f into zephyrproject-rtos:main Sep 4, 2025
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants